Public Member Functions

vfsStreamContainer Interface Reference

Inheritance diagram for vfsStreamContainer:
vfsStreamDirectory

Public Member Functions

 addChild (vfsStreamContent $child)
 removeChild ($name)
 hasChild ($name)
 getChild ($name)
 getChildren ()

Member Function Documentation

addChild ( vfsStreamContent child )

adds child to the directory

Parameters:
vfsStreamContent$child

Implemented in vfsStreamDirectory.

getChild ( name )

returns the child with the given name

Parameters:
string$name
Returns:
vfsStreamContent

Implemented in vfsStreamDirectory.

getChildren (  )

returns a list of children for this directory

Returns:
array<vfsStreamContent>

Implemented in vfsStreamDirectory.

hasChild ( name )

checks whether the container contains a child with the given name

Parameters:
string$name
Returns:
bool

Implemented in vfsStreamDirectory.

removeChild ( name )

removes child from the directory

Parameters:
string$name
Returns:
bool

Implemented in vfsStreamDirectory.


The documentation for this interface was generated from the following file: